cssvalue: Split out old value handling to new typed value
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Apr 2012 05:40:36 +0000 (07:40 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:20 +0000 (08:59 +0200)
commit40283e7c2793c7b46e51df520ae17d312a389618
tree4c52decc658ec488dfc46a0ed7de70106b8b1c65
parent883c871be649cb51e1ff5f907a07fd7dfa1cbaf9
cssvalue: Split out old value handling to new typed value

... and Make this new value be a real GValue, as we don't need to save
performance for these anymore (it's just used for custom properties).
And I'd rather have code work for all values then be optimized for no
reason.
gtk/Makefile.am
gtk/gtkcsscustomproperty.c
gtk/gtkcssstylefuncs.c
gtk/gtkcsstypedvalue.c [new file with mode: 0644]
gtk/gtkcsstypedvalueprivate.h [new file with mode: 0644]
gtk/gtkcssvalue.c
gtk/gtkcssvalueprivate.h
gtk/gtkstyleproperties.c